home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 43.zip / CU Amiga 32.adf / s / Startup-Sequence < prev   
Text File  |  1978-01-19  |  603b  |  17 lines

  1. echo "..."
  2. FailAt 30                    ;This script makes certain the scripts can work
  3. echo "...."
  4. Assign > NIL: SAJr.: Exists  ;Check to see if disk named SAJr. is inserted
  5. IF WARN                      ;If it isn't....
  6.   Assign SAJr.: :            ;give the current system disk a SAJr. alias.
  7. ENDIF                        ;This allows copies to work with scripts.
  8. echo "Welcome to CU32"
  9. echo " You are entering another dimension..."
  10. MakeDir ram:t
  11. echo " The Sculpt-Animate 4th dimension"
  12. Assign t: ram:t
  13. echo " In the first of a series of amazing bonus giveaways for CU readers"
  14. loadwb
  15. endcli > nil:
  16.  
  17.